home *** CD-ROM | disk | FTP | other *** search
- object frmrestoredetails: Tfrmrestoredetails
- Left = 178
- Top = 193
- AutoScroll = False
- Caption = 'Custom Restore'
- ClientHeight = 403
- ClientWidth = 561
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 561
- Height = 33
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object Label3: TLabel
- Left = 8
- Top = 10
- Width = 351
- Height = 13
- Caption =
- 'Please check mark the entries you want to be restored,and click ' +
- 'Restore.'
- end
- end
- object vTree1: TVirtualDrawTree
- Left = 0
- Top = 33
- Width = 561
- Height = 319
- Align = alClient
- Header.AutoSizeIndex = 0
- Header.Font.Charset = DEFAULT_CHARSET
- Header.Font.Color = clWindowText
- Header.Font.Height = -11
- Header.Font.Name = 'Tahoma'
- Header.Font.Style = []
- Header.Height = 20
- Header.Options = [hoColumnResize, hoDrag]
- Header.Style = hsFlatButtons
- PopupMenu = PopupMenu1
- TabOrder = 1
- TreeOptions.PaintOptions = [toShowButtons, toShowDropmark, toShowTreeLines, toThemeAware, toUseBlendedImages]
- TreeOptions.SelectionOptions = [toMultiSelect]
- OnDrawNode = vTree1DrawNode
- Columns = <
- item
- Position = 0
- WideText = 'Name'
- end>
- end
- object Panel3: TPanel
- Left = 0
- Top = 352
- Width = 561
- Height = 51
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- DesignSize = (
- 561
- 51)
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 550
- Height = 42
- Anchors = [akLeft, akRight, akBottom]
- Shape = bsTopLine
- end
- object btnRestore: TBitBtn
- Left = 389
- Top = 16
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Restore'
- TabOrder = 0
- OnClick = btnRestoreClick
- end
- object btnCancel: TBitBtn
- Left = 477
- Top = 16
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- end
- object pnProgress: TPanel
- Left = 96
- Top = 144
- Width = 385
- Height = 105
- TabOrder = 3
- Visible = False
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 369
- Height = 41
- AutoSize = False
- Transparent = True
- WordWrap = True
- end
- object ProgressBar1: TProgressBar
- Left = 8
- Top = 48
- Width = 369
- Height = 16
- TabOrder = 0
- end
- object btnabort: TBitBtn
- Left = 160
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btnabortClick
- end
- end
- object ActionList1: TActionList
- Left = 456
- Top = 120
- object actchkall: TAction
- Caption = 'Check All'
- OnExecute = actchkallExecute
- end
- object actchknone: TAction
- Caption = 'Check None'
- OnExecute = actchknoneExecute
- end
- object actchkinvert: TAction
- Caption = 'Check Invert'
- OnExecute = actchkinvertExecute
- end
- end
- object PopupMenu1: TPopupMenu
- Left = 448
- Top = 80
- object CheckAll1: TMenuItem
- Action = actchkall
- end
- object CheckNone1: TMenuItem
- Action = actchknone
- end
- object CheckInvert1: TMenuItem
- Action = actchkinvert
- end
- end
- end
-